Microsoft DirectX 8.1 (C++)

CDeferredCommand::GetHResult

The GetHResult method retrieves the HRESULT value from the invoked command.

Syntax

HRESULT GetHResult(
    HRESULT *phrResult
);

Parameters

phrResult

Pointer to the HRESULT value.

Return Value

Returns E_ABORT if m_pQueue is NULL. Otherwise, returns S_OK.

Remarks

This member function implements the IDeferredCommand::GetHResult method.

See Also